Style prop for the display type of an element.
interface DisplayProps
display | OptionalResponsiveProp<DisplayProperty> Defines the display type of an element, which consists of the two basic qualities of how an element generates boxes — the outer display type defining how the box participates in flow layout, and the inner display type defining how the children of the box are laid out. |